Revision: arnesi--dev--1.0--patch-4
Archive: bese-devel@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Sun Sep 21 21:04:04 CEST 2003
Standard-date: 2003-09-21 19:04:04 GMT
Summary: classes for warnings and chage of how call/cc works
Keywords: 
New-files: 
New-directories: 
Removed-files: 
Removed-directories: 
Renamed-files: 
Renamed-directories: 
Modified-files: ./src/cps.lisp ./src/packages.lisp ./t/cps.t
Modified-directories: 
New-patches: bese-devel@common-lisp.net/arnesi--dev--1.0--patch-4
Removed-patches: 

1) instead of just doing a WARN we signal warning conditions which
   can be muffled if neccesary.

2) call/cc no longer explicitly calls the contiunuation if he user
   wants call/cc (or let/cc) to return they can explicitly call the
   passed continuation themselves.

3) export some of the cps symobls (the warnings and to-cps)
